BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 90%;
	background-color : #FFFFFF;
	color : #000080;
	background: url('background.jpg');
}
H1, H2, H3, H4 { color: #000080; }
H1 {	font-size : 140%; text-align: center}
H2 {	font-size : 120%;}
H3 {	font-size : 115%;}
H4 {	font-size : 110%;}
.highlight1 {
	font-weight : bold;
}
.highlight2 {
	font-weight : bold;
	font-style : italic;
}
TABLE {
	border: none;
	background-image: none;
	background-color : transparent;
}
TR {	vertical-align : top;}
TH {	font-weight : bold;}
TH.left {	text-align : right;}
TH.top {	text-align : center;}
.compact {font-size : 90%;}
.gridlines
{
	background-color : White;
	border : thin solid Blue;	
}
.invis
{
	border: none;
	background-image: none;
	background-color : transparent;
}
table.invis td{ border: none;}
a
{
	color : Blue;
	text-decoration : underline;
}
a:hover{ color: Red;}
.subhead {	text-align : center;font-style : italic; }